OpenRoads Designer CONNECT Edition SDK Help

CreateTangentToCircleThruPointRadius Method

Creates Tangent Line when given Circle, Thrupoint, and Radius

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  CircularArc[]CreateTangentToCircleThruPointRadius( CircularArc backCircle, DPoint3d thruPoint, DPoint3d endPoint,double radius,double tolerance)

Parameters

SettingDescription
  CircularArc Circle used as reference
  DPoint3d Thru point of the arc
  DPoint3d End point of the arc
   Radius of the circle
   tolerance of the mathematics

Return Value

CircularArc[]

See Also